home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Programmation / gray image 2.1 / images.dr < prev    next >
Text File  |  1995-07-30  |  2KB  |  48 lines

  1.            Image Processing and Compressing
  2.  
  3. README            What's new, hints, paradigms
  4. Makefile        How to make it all
  5.  
  6.         General image handling programs
  7. image.h            Header file
  8. image.cc        Set of primitive operations on images
  9. image_rect.cc        Operations on the rectangular part of the image
  10.  
  11. read_xwd.cc        Read the image from the X window dump file
  12. write_xwd.cc        Write the image into file as the X11 Window dump
  13. x11wd.h            Definition of the X window dump file format
  14. read_pgm.cc        Read an image from the PGM file
  15. write_pgm.cc        Write an image in the PGM format
  16. read_def.cc        Read the data exchange format (for weather products)
  17.  
  18. tiff.h            Description of the TIFF file
  19. read_tiff.cc        Read in an image from the TIFF file
  20. write_tiff.cc        Write an image to the TIFF file
  21.  
  22. filter.h        Declaration of image filtering operations
  23.             and lookup table substitutions
  24. median_filter.cc    Median filtration of an image
  25. conv_filter.cc        Convolutions: linear filtration of an image
  26.  
  27. morph_filter.h        Declaration of the morphological filter operations
  28. morph_filter.cc        Implementation of opening, closing, etc.
  29. vmorph_filter.cc    Verify the morphological filtration functions
  30.  
  31. vimage.cc        Verify the image handling programs
  32. vrectangle.cc        Verify operations over rectangular areas of the images
  33. vimage_io.cc        Verify reading/writing of various image formats
  34. vfilter.cc        Verify image filtration and related functions
  35.  
  36.  
  37. fractal_map.h        Classes to generate a cool fractal map that looks
  38.             like "clouds"
  39. fractal_map.cc        Implementation
  40. vfractal_map.cc        Verification and demo
  41.  
  42.         Pictures
  43. pictures/pictures.dr    Images to work with
  44.  
  45.         Misc routines
  46. color_coordinates.cc    Demonstration of the color image representation in
  47.             various color coordinate systems
  48.